home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 3 / inter@ivo 1996-04.iso / cybint3 / bin / tmn.dxr / 00087.ls < prev    next >
Encoding:
Text File  |  1996-03-21  |  358 b   |  22 lines

  1. on mouseUp
  2.   global flag
  3.   set flag to 1
  4.   if rollOver(25) then
  5.     set the sound of cast 85 to 0
  6.     unLoadCast(85)
  7.     go("ecr2")
  8.   end if
  9. end
  10.  
  11. on exitFrame
  12.   global flag
  13.   set flag to 1
  14.   if the movieTime of sprite 25 = the duration of cast 85 then
  15.     set the sound of cast 85 to 0
  16.     unLoadCast(85)
  17.     go("ecr2")
  18.   else
  19.     go(the frame)
  20.   end if
  21. end
  22.